home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6584 / 6584.xpi / chrome / flashvideodownloader / content / send_form.xul < prev    next >
Extensible Markup Language  |  2009-03-24  |  2KB  |  39 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  3. <dialog id="ila_donothing" title="Options FVdownloader"
  4. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  5. buttons="cancel"
  6. ondialogcancel="return true;"
  7. buttonlabelcancel="close"
  8. autosize="true"
  9. resizable="no">
  10.     <script type="application/x-javascript" src="chrome://flashvideodownloader/content/send.js"/>
  11.     <spacer height="2" />
  12.     <box flex="1" orient="vertical">
  13.         <description class="plain" crop="center">Send to us url of the site which you want to use</description>
  14.         <description class="plain" crop="center">with our service, and we add it if possible.</description>
  15.     </box>
  16.     <spacer height="15" />
  17.     <box orient="horizontal" flex="2">
  18.         <button id="sender_but" label="send" style="width:30px;" oncommand="FlashVDSend.send_url();" />
  19.         <box style="font-size:170%;">
  20.             <label flex="1" id="sending_url" value="" />
  21.             <label value="→" />
  22.         </box>
  23.     </box>
  24.     <spacer height="4" />
  25.     <box id="after_lbox" style="visibility:hidden;" orient="horisontal">
  26.         <spacer flex="2" />
  27.         <box id="loading_image" style="width:16px;height:16px;" orient="vertical">
  28.             <spacer flex="1" />
  29.             <image src='chrome://flashvideodownloader/skin/loader.gif' width='16' height='16'/>
  30.             <spacer flex="1" />
  31.         </box>
  32.         <label id="after_loading_text" value="" style="font-weight:bold;font-size:140%;" />
  33.         <spacer flex="1" />
  34.         <button dlgtype="cancel" label="close" style="width:30px;" />
  35.     </box>
  36.     <script>
  37.         FlashVDSend.init();
  38.     </script>
  39. </dialog>